home *** CD-ROM | disk | FTP | other *** search
/ Electronic Airworthiness Directives / Flightline's Airworthiness Directives.ISO / ead.bat < prev    next >
Encoding:
DOS Batch File  |  1991-08-05  |  312 b   |  13 lines

  1. @echo off
  2. @echo Electronic Airworthiness Directives V1.00
  3. @echo Copyright (c) 1991 Flightline Electronic Publishing, Inc.
  4. @echo Using REFBOOK V1.50
  5. @echo Copyright (c) 1990, 1991 Reference Technology, Inc.
  6. @echo off
  7. path > temp.bat
  8. path=.
  9. refbook /c=ead.dbf /h=ead.hlp /t=%1
  10. call temp
  11. del temp.bat
  12. 
  13.